body {
	background: #003399;
	margin-top: 20px;
}

a:link {
	color: #191970;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
	font-family: georgia,arial,verdanal;
	font-style : oblique;
}

a:visited {
	color: #483D8B;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: georgia,arial,verdana;
	font-style : oblique;
}

a:hover, a:active {
	color: #483D8B;
	text-decoration: none;
	font-size: 18px;
	font-family: georgia,arial,verdana;
	font-style : oblique;
} 

.masthead{
	background: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	color: Black;
	padding: 5px 15px 15px;
	font-family: verdana, georgia, arial;
	text-align: center;
	font-stretch : narrower;
	font-style : italic;
}

.header {
	background-color: #487DE8;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	padding: 10px;
	font-family:  georgia, arial;
}

.navigation {
	background-color: #B7C8EB;
	float: left;
	font-size : 16px;
	font-weight: normal;
	font-family: georgia,arial,verdana;
	color: #092F7D;
	text-align : center;
	padding:40px, 20px;
	padding-left: 20px;
	padding-right: 20px:;
}

.main {
	margin-top : 0%;
	background-color : White;
	font-weight: bold;
	font-family: georgia,arial,verdana;
	font-style : normal;
	text-align : left;
	font-size : 18px;
	color:#003399;
	padding: 20px, 20px;
	padding-left: 20px;
	padding-right: 20px;
}


.footer {
	background-color: #487DE8;
	text-align: right;
	padding: 8 px, 5px, 5px, 5px;
	font-size: 12px;
}

.smaller {
	font-size : smaller;
}

.smallest{
	font-size: x-small;
}

.larger {
	font-size : larger;
}



